type go.pact.im/x/goupdate.flags

5 uses

	go.pact.im/x/goupdate (current package)
		flags.go#L24: type flags struct {
		flags.go#L53: func parseFlags(args []string) (*flags, error) {
		flags.go#L54: 	var f flags
		report.go#L16: func generateReport(f *flags, r *report) error {
		tests.go#L30: func runTests(f *flags, w *workspace) (*testReport, error) {